-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable 16 bit output #222
Enable 16 bit output #222
Conversation
Minimum allowed coverage is Generated by 🐒 cobertura-action against 288b934 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a quick look and before I review in detail, I was wondering if saving the angle index volume in float16 works for a large rotation search space. The angular search can be on the order of a million values and the integer precision needs to be high enough to store those indices. Does that still work with float16?
Yeah, you're right. Max is ~65000. Will change that back tomorrow |
@McHaillet thanks for catching that, changed it back. Please have another look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Also nice that you added a test for writing an integer volume to MRC.
closes #162